projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61e2c1
)
(edebug-compute-previous-result):
author
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Apr 1998 14:36:05 +0000
(14:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Apr 1998 14:36:05 +0000
(14:36 +0000)
Don't pass floating value to single-key-description.
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index ba16218def9b0f3438147bb5226cfa1969345f86..d758a0d1e0a5f3ed11c108f75071ef4c21b7a804 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-3690,7
+3690,7
@@
Return the result of the last expression."
(defun edebug-compute-previous-result (edebug-previous-value)
(setq edebug-previous-result
- (if (and (
numb
erp edebug-previous-value)
+ (if (and (
integ
erp edebug-previous-value)
(< edebug-previous-value 256)
(>= edebug-previous-value 0))
(format "Result: %s = %s" edebug-previous-value